projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a6b88
)
(jka-compr-temp-name-template): Use temporary-file-directory.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 17:50:00 +0000
(17:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 17:50:00 +0000
(17:50 +0000)
lisp/jka-compr.el
patch
|
blob
|
history
diff --git
a/lisp/jka-compr.el
b/lisp/jka-compr.el
index bffa1fc6f020a9e14f300633e0eb7af21d3cfa6b..9bc42867020935e3b6dc298f9dec83dc264cacf0 100644
(file)
--- a/
lisp/jka-compr.el
+++ b/
lisp/jka-compr.el
@@
-347,7
+347,7
@@
to keep: LEN chars starting BEG chars from the beginning."
;;; from ange-ftp.
(defcustom jka-compr-temp-name-template
- (expand-file-name "jka-com"
system-tmp
-directory)
+ (expand-file-name "jka-com"
temporary-file
-directory)
"Prefix added to all temp files created by jka-compr.
There should be no more than seven characters after the final `/'."
:type 'string